home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / include / amiga30 / clib / potgo_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-23  |  493 b   |  19 lines

  1. #ifndef  CLIB_POTGO_PROTOS_H
  2. #define  CLIB_POTGO_PROTOS_H
  3. /*
  4. **    $VER: potgo_protos.h 36.3 (07.11.90)
  5. **    Includes Release 39.108
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12. #ifndef  EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15. UWORD AllocPotBits( unsigned long bits );
  16. void FreePotBits( unsigned long bits );
  17. void WritePotgo( unsigned long word, unsigned long mask );
  18. #endif     /* CLIB_POTGO_PROTOS_H */
  19.